From b53fc0712b07e619108557e7d3ad2dd4d825b521 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 4 Aug 2008 14:44:26 +0000 Subject: [PATCH] shell-fm fixes: - fix dependencies: only depends on libao & libmad - bump release number SVN-Revision: 12092 --- sound/shell-fm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index ea73b03bb..1911161e5 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shell-fm PKG_VERSION:=0.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nex.scrapping.cc/code/shell-fm/downloads/ @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/shell-fm SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libmad +libopenssl +libreadline +libncurses + DEPENDS:=+libao +libmad TITLE:=Console Based Last.FM Radio Player URL:=http://nex.scrapping.cc endef -- 2.30.2